home *** CD-ROM | disk | FTP | other *** search
- #ifndef FWDEBUG_H
- #define FWDEBUG_H
- //========================================================================================
- //
- // File: FWDebug.h
- // Release Version: $ 1.0d1 $
- //
- // Creation Date: 3/28/94
- //
- // Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
- #include "FWDbgStr.h"
- #endif
-
- #if !defined(FWPRIDEB_H)
- #include "FWPriDeb.h"
- #endif
-
- #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
- #include "FWSymFil.h"
- #endif
-
- #if !defined(FWSTRACE_H) && defined(FW_DEBUG)
- #include "FWSTrace.h"
- #endif
-
- #if !defined(FWTRACET_H) && defined(FW_DEBUG)
- #include "FWTraceT.h"
- #endif
-
- #if !defined(FWWTRACE_H) && defined(FW_DEBUG) && defined(FW_BUILD_WIN)
- #include "FWWTrace.h"
- #endif
-
- #if !defined(FWTRACE_H) && defined(FW_DEBUG)
- #include "FWTrace.h"
- #endif
-
- #endif